GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-01-18T03:20:35.4884968+00:00",
"SubmitDate": "2026-01-18T03:20:35.4884968+00:00",
"ReportPeriodStart": "2026-01-18T03:20:35.4884968+00:00",
"ReportPeriodEnd": "2026-01-18T03:20:35.4884968+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3cea755f-1274-45b0-95e9-eab32fa150ac",
"Rows": [
{
"ItemId": "83125d78-181a-4db7-b862-5a052a42d945",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "83125d78-181a-4db7-b862-5a052a42d945",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3cea755f-1274-45b0-95e9-eab32fa150ac",
"Rows": [
{
"ItemId": "83125d78-181a-4db7-b862-5a052a42d945",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "83125d78-181a-4db7-b862-5a052a42d945",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"571b722b-86fb-41a0-8411-0bc751758cab",
"b92c0a8f-1363-4eca-9a45-e52e667b1112"
],
"Approvers": [
"3c242d45-f04d-4ae9-a87d-46e17d990a00",
"db300fa6-6d05-4177-99bb-5d785ea5899b"
],
"ApprovedBy": "ec4a7b92-5b34-4d64-860b-0d68a619a4da",
"ApprovalDate": "2026-01-18T03:20:35.4884968+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "728d8e8b-1a96-4d64-b4c7-541e3fbb6271",
"id": "59051eab-beef-4510-8ee5-c11a6611f1c9",
"ConfigId": "1dea8488-df02-4bcb-ba13-09676002eb47"
},
{
"GenerationDate": "2026-01-18T03:20:35.4884968+00:00",
"SubmitDate": "2026-01-18T03:20:35.4884968+00:00",
"ReportPeriodStart": "2026-01-18T03:20:35.4884968+00:00",
"ReportPeriodEnd": "2026-01-18T03:20:35.4884968+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3cea755f-1274-45b0-95e9-eab32fa150ac",
"Rows": [
{
"ItemId": "83125d78-181a-4db7-b862-5a052a42d945",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "83125d78-181a-4db7-b862-5a052a42d945",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3cea755f-1274-45b0-95e9-eab32fa150ac",
"Rows": [
{
"ItemId": "83125d78-181a-4db7-b862-5a052a42d945",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "83125d78-181a-4db7-b862-5a052a42d945",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"571b722b-86fb-41a0-8411-0bc751758cab",
"b92c0a8f-1363-4eca-9a45-e52e667b1112"
],
"Approvers": [
"3c242d45-f04d-4ae9-a87d-46e17d990a00",
"db300fa6-6d05-4177-99bb-5d785ea5899b"
],
"ApprovedBy": "ec4a7b92-5b34-4d64-860b-0d68a619a4da",
"ApprovalDate": "2026-01-18T03:20:35.4884968+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "728d8e8b-1a96-4d64-b4c7-541e3fbb6271",
"id": "59051eab-beef-4510-8ee5-c11a6611f1c9",
"ConfigId": "1dea8488-df02-4bcb-ba13-09676002eb47"
}
]